home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page10 / 00158.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  80 b   |  7 lines

  1. on mouseUp
  2.   global latch
  3.   if latch = 0 then
  4.     go("Hammertime")
  5.   end if
  6. end
  7.